| ExcelReader Xojo Component |
|
ExcelReader.CellMergeInfo Class
A class that contains data about cell merge areas.
This class can be used either by asking the worksheet to get all its cell merge areas by using the CellMergeInfoRecord function and CellMergeInfoRecordCount property. Or each cell can queried about what cell merge area it belongs to if any at all.
Object
CellMergeInfo
class ExcelReader.CellMergeInfo
Properties
FirstColumn | Returns the first column in the merged cell area. (Zero based) |
FirstRow | Returns the first row in the merged cell area. (Zero based) |
LastColumn | Returns the last column in the merged cell area. (Zero based) |
LastRow | Returns the last row in the merged cell area. (Zero based) |
Supported Platforms:
macOS CarbonmacOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitiOS